diff options
Diffstat (limited to '')
-rw-r--r-- | test cases/windows/8 find program/test-script | 3 | ||||
-rw-r--r-- | test cases/windows/8 find program/test-script-ext.py | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/test cases/windows/8 find program/test-script b/test cases/windows/8 find program/test-script new file mode 100644 index 0000000..e764165 --- /dev/null +++ b/test cases/windows/8 find program/test-script @@ -0,0 +1,3 @@ +#!/usr/bin/env python3 + +print('1') diff --git a/test cases/windows/8 find program/test-script-ext.py b/test cases/windows/8 find program/test-script-ext.py new file mode 100644 index 0000000..ae9adfb --- /dev/null +++ b/test cases/windows/8 find program/test-script-ext.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python3 + +print('ext/noext') |