]> Dogcows Code - chaz/tar/commitdiff
Fix the testsuite
authorSergey Poznyakoff <gray@gnu.org>
Thu, 13 Feb 2014 21:58:35 +0000 (23:58 +0200)
committerSergey Poznyakoff <gray@gnu.org>
Thu, 13 Feb 2014 21:58:35 +0000 (23:58 +0200)
* tests/opcomp01.at: Update expected error messages.
* tests/opcomp03.at: Likewise.

tests/opcomp01.at
tests/opcomp03.at

index 274ce67fa71743b545a3c363971bcd03ea62e906..bcd96d3e143c5a3c450e270a8d7970a6e81ae859 100644 (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.
 ])
 
index 35536af5ce6e42b79185918e7243e3ac1c73a7b2..20ace5858a65305c5700d8587d1ce6314be2563d 100644 (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.
 ])
 
This page took 0.019908 seconds and 4 git commands to generate.