From 2bf18540c2eb65aa6c34a05079532a1c69f8e108 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 21 Apr 2022 21:33:17 -1000 Subject: [PATCH] ;bin: drop old tests --- bin/_scripts8.2.test | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 bin/_scripts8.2.test diff --git a/bin/_scripts8.2.test b/bin/_scripts8.2.test deleted file mode 100644 index c4b7d38d9..000000000 --- a/bin/_scripts8.2.test +++ /dev/null @@ -1,9 +0,0 @@ -# Functional tests for the add-on scripts in this directory. -# See scripts.test. -$ stack --stack-yaml ../stack8.2.yaml ghc hledger-balance-as-budget.hs >/dev/null || true -$ stack --stack-yaml ../stack8.2.yaml ghc hledger-check-fancyassertions.hs >/dev/null || true -$ stack --stack-yaml ../stack8.2.yaml ghc hledger-check-tagfiles.hs >/dev/null || true -$ stack --stack-yaml ../stack8.2.yaml ghc hledger-combine-balances.hs >/dev/null || true -$ stack --stack-yaml ../stack8.2.yaml ghc --package string-qq hledger-print-location.hs >/dev/null || true -$ stack --stack-yaml ../stack8.2.yaml ghc --package string-qq hledger-smooth.hs >/dev/null || true -$ stack --stack-yaml ../stack8.2.yaml ghc --package string-qq hledger-swap-dates.hs >/dev/null || true