Преглед на файлове

Fix the testsuite

* tests/opcomp01.at: Update expected error messages.
* tests/opcomp03.at: Likewise.
Sergey Poznyakoff преди 11 години
родител
ревизия
62497f0e26
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  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.
 ])