From: Sergey Poznyakoff Date: Thu, 13 Feb 2014 21:58:35 +0000 (+0200) Subject: Fix the testsuite X-Git-Tag: release_1_28~25 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=62497f0e26bb504bd8e51c36ab4ce89643538e36;p=debian%2Ftar Fix the testsuite * tests/opcomp01.at: Update expected error messages. * tests/opcomp03.at: Likewise. --- diff --git a/tests/opcomp01.at b/tests/opcomp01.at index 274ce67f..bcd96d3e 100644 --- a/tests/opcomp01.at +++ b/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. ]) diff --git a/tests/opcomp03.at b/tests/opcomp03.at index 35536af5..20ace585 100644 --- a/tests/opcomp03.at +++ b/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. ])