Explorar el Código

Fix the testsuite

* tests/opcomp01.at: Update expected error messages.
* tests/opcomp03.at: Likewise.
Sergey Poznyakoff hace 11 años
padre
commit
62497f0e26
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      tests/opcomp01.at
  2. 1 1
      tests/opcomp03.at

+ 1 - 1
tests/opcomp01.at

@@ -26,7 +26,7 @@ tar --occurrence=1 -cf test.tar .
 ],
 [2],
 [],
-[tar: --occurrence cannot be used with -c
+[tar: '--occurrence' cannot be used with '-c'
 Try 'tar --help' or 'tar --usage' for more information.
 ])
 

+ 1 - 1
tests/opcomp03.at

@@ -26,7 +26,7 @@ tar -tWf test.tar .
 ],
 [2],
 [],
-[tar: --verify cannot be used with -t
+[tar: '--verify' cannot be used with '-t'
 Try 'tar --help' or 'tar --usage' for more information.
 ])