aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 2088725a0f..3e6ca9bdb7 100644
--- a/test/test.sh
+++ b/test/test.sh
@@ -1,4 +1,7 @@
#!/bin/bash
+(shopt -s igncr) 2>/dev/null && shopt -s igncr; # comment is needed
+# # hack for cygwin bash
+# # no-op for other
#
# Test various command line testable aspects of the Wireshark tools
#