Browse Source

[213] Remove temporary workaround

Michal 'vorner' Vaner 13 years ago
parent
commit
a3ba4cca05
1 changed files with 1 additions and 3 deletions
  1. 1 3
      tests/system/bindctl/tests.sh

+ 1 - 3
tests/system/bindctl/tests.sh

@@ -50,9 +50,7 @@ if [ $status != 0 ]; then echo "I:failed"; fi
 n=`expr $n + 1`
 n=`expr $n + 1`
 
 
 echo "I:Stopping b10-auth and checking that ($n)"
 echo "I:Stopping b10-auth and checking that ($n)"
-echo 'config add Boss/components x
-config remove Boss/components b10-auth
-config remove Boss/components x
+echo 'config remove Boss/components b10-auth
 config commit
 config commit
 quit
 quit
 ' | $RUN_BINDCTL \
 ' | $RUN_BINDCTL \