Parcourir la source

Update environment test to new command line interface

Leo il y a 9 ans
Parent
commit
ad2ee0e55a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      test/env.sh

+ 2 - 2
test/env.sh

@@ -44,10 +44,10 @@ binary=../oclaunch.native
 env -i $binary
 
 # An exception with $EDITOR
-env -u EDITOR $binary -m 0
+env -u EDITOR $binary edit 0
 
 # Should throw no blocking error (2)
 env -u EDITOR $binary
 # No exception
-env -u EDITOR $binary -l
+env -u EDITOR $binary list