summaryrefslogtreecommitdiff
path: root/update-tests.sh
diff options
context:
space:
mode:
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"