aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests.sh b/tests.sh
index e1875e1..7946452 100755
--- a/tests.sh
+++ b/tests.sh
@@ -1,8 +1,8 @@
#!/bin/sh -eux
-sh scripts/assert-spelling.sh
-sh scripts/assert-nixfmt.sh
-sh scripts/assert-shellcheck.sh
-sh scripts/assert-todos.sh
+./scripts/assert-spelling.sh
+./scripts/assert-nixfmt.sh
+./scripts/assert-shellcheck.sh
+./scripts/assert-todos.sh
-sh scripts/sync-translations.sh
+./scripts/sync-translations.sh