diff --git a/basice2e/run.sh b/basice2e/run.sh
index c9ef541edfcbb9e9420dcc68c26b95e58b091602..24488eda9141258b1b8179b581fd02d6a293687d 100755
--- a/basice2e/run.sh
+++ b/basice2e/run.sh
@@ -333,9 +333,9 @@ eval $CLIENTCMD >> $CLIENTOUT/client42.txt || true &
 echo "$CLIENTCMD -- $PIDVAL"
 PIDVAL1=$!
 wait $PIDVAL1
-# FIXME: causes the following EXPECTED error:
+# NOTE the command below causes the following EXPECTED error:
 # panic: Could not confirm authentication channel for HTAmEeBhbLi6aFqcWsi3OZNDE/642GAchpATjhYFTHwD, waited 120 seconds.
-# Need a way to inteligently check that this error exists on this test only, but not counting false positives in other tests (ie actual unexpected errors)
+# Note that the above is example, client IDs will vary
 CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client42.log -s blob42  --destid b64:$BENID --sendCount 5 --receiveCount 5 -m \"Hello from Rick42, with E2E Encryption\""
 eval $CLIENTCMD >> $CLIENTOUT/client42.txt || true &
 PIDVAL2=$!