From 735ad924fd829c9bbee0a167e0b2bbbf91e2cad5 Mon Sep 17 00:00:00 2001 From: justinwoo Date: Wed, 5 Feb 2020 21:59:39 +0200 Subject: [PATCH] dhall yaml binary name was changed for some reason --- test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.bash b/test.bash index bad640f..992af5c 100755 --- a/test.bash +++ b/test.bash @@ -18,6 +18,6 @@ test_exe dhall; test_exe dhall-to-json; test_exe dhall-to-bash; test_exe dhall-to-nix; -test_exe dhall-to-yaml; +test_exe dhall-to-yaml-ng; exit $ERRORS;