summaryrefslogtreecommitdiff
path: root/pkgtools/check-portability/files/testdata/interp-ok
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/check-portability/files/testdata/interp-ok')
-rw-r--r--pkgtools/check-portability/files/testdata/interp-ok7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgtools/check-portability/files/testdata/interp-ok b/pkgtools/check-portability/files/testdata/interp-ok
new file mode 100644
index 00000000000..7fe69e189d0
--- /dev/null
+++ b/pkgtools/check-portability/files/testdata/interp-ok
@@ -0,0 +1,7 @@
+#! /bin/bash
+
+# There is no need to check for bashisms in programs that are clearly
+# labeled as bash programs.
+
+[[ cond ]]
+test a == b