summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-02-13 23:58:35 +0200
committerSergey Poznyakoff <gray@gnu.org>2014-02-13 23:58:35 +0200
commit62497f0e26bb504bd8e51c36ab4ce89643538e36 (patch)
tree0c6a1173b300267e605a9c87448486930774d578
parentc86b0c21494752dc3fccda8f160af68d1135b13e (diff)
downloadtar-62497f0e26bb504bd8e51c36ab4ce89643538e36.tar.gz
Fix the testsuite
* tests/opcomp01.at: Update expected error messages. * tests/opcomp03.at: Likewise.
-rw-r--r--tests/opcomp01.at2
-rw-r--r--tests/opcomp03.at2
2 files changed, 2 insertions, 2 deletions
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.
])