summaryrefslogtreecommitdiff
path: root/test/rlhc.d
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2020-02-24 23:00:42 +0200
committerAdrian Thurston <thurston@colm.net>2020-03-07 22:36:41 +0200
commitf44ddde0cde8fa1794c91cb57871fc5a479b64b1 (patch)
treee61c47d3e1e1b93a4b8e9d391e6ef8c9c987d937 /test/rlhc.d
parentd7a891f70b72f9c3c9dbfbc8b604603efb70bead (diff)
downloadcolm-f44ddde0cde8fa1794c91cb57871fc5a479b64b1.tar.gz
test suite: various updates to allow running on OSX
Diffstat (limited to 'test/rlhc.d')
-rwxr-xr-xtest/rlhc.d/gentests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rlhc.d/gentests b/test/rlhc.d/gentests
index 15d92b12..d0143f2a 100755
--- a/test/rlhc.d/gentests
+++ b/test/rlhc.d/gentests
@@ -23,7 +23,7 @@ for fn; do
rm -f $sh
- lang=`echo $fn | awk -vFS=- '{ print $2 }'`
+ lang=`echo $fn | awk -v FS=- '{ print $2 }'`
case $lang in
A) lang=csharp;;