aboutsummaryrefslogtreecommitdiffstats
path: root/tests/args/d/a.ext.do
diff options
context:
space:
mode:
Diffstat (limited to 'tests/args/d/a.ext.do')
-rw-r--r--tests/args/d/a.ext.do3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/args/d/a.ext.do b/tests/args/d/a.ext.do
new file mode 100644
index 0000000..fea7d74
--- /dev/null
+++ b/tests/args/d/a.ext.do
@@ -0,0 +1,3 @@
+[ "$1" = "a.ext" ]
+[ "$2" = "a" ]
+[ "$3" != "a.ext" ]