about summary refs log tree commit diff
path: root/tests/hash.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hash.sh')
-rw-r--r--tests/hash.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/hash.sh b/tests/hash.sh
index 848a36c6b8d7..fbbf1a761e91 100644
--- a/tests/hash.sh
+++ b/tests/hash.sh
@@ -1,3 +1,5 @@
+source common.sh
+
 try () {
     echo -n "$2" > $TEST_ROOT/vector
     hash=$($TOP/src/nix-hash/nix-hash $EXTRA --flat --type "$1" $TEST_ROOT/vector)