From 27df727ca11dfeac74214609771eacfccd4d5c08 Mon Sep 17 00:00:00 2001 From: Grissiom Date: Sun, 3 Oct 2010 11:46:26 +0800 Subject: don't parse the options that should be passed to fish scripts This commit makes fish_parse_opt stop at first non-option argument, which expected as fish script name and pass the remaining argument to that script. I also updated the test cases. --- tests/top.out | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/top.out (limited to 'tests/top.out') diff --git a/tests/top.out b/tests/top.out new file mode 100644 index 00000000..c3a60ba6 --- /dev/null +++ b/tests/top.out @@ -0,0 +1,6 @@ +Testing high level script functionality +File test1.in tested ok +File test2.in tested ok +File test3.in tested ok +File test4.in tested ok +File test5.in tested ok -- cgit v1.2.3