Fix the testsuite

* tests/opcomp01.at: Update expected error messages.
* tests/opcomp03.at: Likewise.
This commit is contained in:
Sergey Poznyakoff
2014-02-13 23:58:35 +02:00
parent c86b0c2149
commit 62497f0e26
2 changed files with 2 additions and 2 deletions

View File

@@ -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.
])

View File

@@ -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.
])