summaryrefslogtreecommitdiff
path: root/update-tests.sh
diff options
context:
space:
mode:
authorNadrieril2020-03-01 17:26:59 +0000
committerNadrieril2020-03-05 15:58:54 +0000
commit386f34af802a812c2af8ece2cc427cfb5a7c1fe8 (patch)
tree2e6f092e5dff06f34f4a986ce3fc05cad5c957e4 /update-tests.sh
parent24ff14dc98b83ddc12239a0eae4852c9cd87d41f (diff)
Implement `missing` and `env:VAR` imports
Diffstat (limited to '')
-rwxr-xr-xupdate-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-tests.sh b/update-tests.sh
index 6192763..7be40c4 100755
--- a/update-tests.sh
+++ b/update-tests.sh
@@ -13,7 +13,7 @@ END
)
cd "$(dirname "$0")" || exit 1
-export DHALL_TEST_VAR=42
+export DHALL_TEST_VAR="6 * 7"
if [ ! -x "$(which dhall)" ] ; then
echo "Error: 'dhall' executable not found in PATH"