test87 verifies the new and better check for bad -o #[num] stuff
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Aug 2003 13:37:32 +0000 (13:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 14 Aug 2003 13:37:32 +0000 (13:37 +0000)
tests/data/Makefile.am
tests/data/test87 [new file with mode: 0644]

index dc1d9aa..ae5b788 100644 (file)
@@ -23,4 +23,4 @@ test58 test139 test140 test141 test59 test60 test61 test142 test143 \
 test62 test63 test64 test65 test66 test144 test145 test67 test68 test41 \
 test40 test42 test69 test70 test71 test72 test73 test146 test505 \
 test74 test75 test76 test77 test78 test147 test148 test506 test79 test80 \
-test81 test82 test83 test84 test85 test86
+test81 test82 test83 test84 test85 test86 test87
diff --git a/tests/data/test87 b/tests/data/test87
new file mode 100644 (file)
index 0000000..4673f4a
--- /dev/null
@@ -0,0 +1,25 @@
+#
+# Server-side
+<reply>
+</reply>
+#
+# Client-side
+<client>
+<server>
+none
+</server>
+ <name>
+urlglob with bad -o #[num] usage
+ </name>
+ <command option=no-output>
+"http://%HOSTIP:%HOSTPORT/[870001-870003]" -o "log/dumpit#2.dump"
+</command>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<errorcode>
+2
+</errorcode>
+</verify>