summaryrefslogtreecommitdiff
path: root/test/5.8-cancel.sh
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-02-20 18:43:55 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-02-20 18:43:55 +0000
commitbd7854cb4d663bb0e561eaf5b01bbd47baa71d22 (patch)
treebca042d698732a5e19035c88c6ffc39d80f543f1 /test/5.8-cancel.sh
parent4400e98de24bd267328aa20d57951fb6678297fe (diff)
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@60 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'test/5.8-cancel.sh')
-rw-r--r--test/5.8-cancel.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/5.8-cancel.sh b/test/5.8-cancel.sh
index 34be1712f..926bc9eb6 100644
--- a/test/5.8-cancel.sh
+++ b/test/5.8-cancel.sh
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# "$Id: 5.8-cancel.sh 4494 2005-02-18 02:18:11Z mike $"
+# "$Id: 5.8-cancel.sh 5091 2006-02-08 18:39:56Z mike $"
#
# Test the cancel command.
#
-# Copyright 1997-2005 by Easy Software Products, all rights reserved.
+# Copyright 1997-2006 by Easy Software Products, all rights reserved.
#
# These coded instructions, statements, and computer programs are the
# property of Easy Software Products and are protected by Federal
@@ -37,8 +37,8 @@ echo ""
echo "Cancel All Test"
echo ""
-echo " cancel -a -"
-../systemv/cancel -a - 2>&1
+echo " cancel -a"
+../systemv/cancel -a 2>&1
if test $? != 0; then
echo " FAILED"
exit 1
@@ -48,5 +48,5 @@ fi
echo ""
#
-# End of "$Id: 5.8-cancel.sh 4494 2005-02-18 02:18:11Z mike $".
+# End of "$Id: 5.8-cancel.sh 5091 2006-02-08 18:39:56Z mike $".
#