aboutsummaryrefslogtreecommitdiff
path: root/tests/add.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/add.sh')
-rw-r--r--tests/add.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/add.sh b/tests/add.sh
index e26e05843..5c3eed793 100644
--- a/tests/add.sh
+++ b/tests/add.sh
@@ -9,7 +9,7 @@ echo $path2
if test "$path1" != "$path2"; then
echo "nix-store --add and --add-fixed mismatch"
exit 1
-fi
+fi
path3=$(nix-store --add-fixed sha256 ./dummy)
echo $path3