about summary refs log tree commit diff
path: root/tests/push-to-store.sh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-08-27T15·01+0200
committerEelco Dolstra <edolstra@gmail.com>2019-08-27T15·01+0200
commit73728874ab89d77bce3b103acb239d4d5eec14b1 (patch)
tree9a48bb4fcdf71a4ff9eb8f80d949aee67b8ab18e /tests/push-to-store.sh
parent45b3dc325a1d49f86182195cf22fc96ddc05c644 (diff)
Hopefully fix post-hook test on macOS
https://hydra.nixos.org/build/99262744
Diffstat (limited to 'tests/push-to-store.sh')
-rwxr-xr-xtests/push-to-store.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/push-to-store.sh b/tests/push-to-store.sh
index d97eb095dd74..6aadb916ba0b 100755
--- a/tests/push-to-store.sh
+++ b/tests/push-to-store.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 echo Pushing "$@" to "$REMOTE_STORE"
-echo -n "$OUT_PATHS" | xargs -d: nix copy --to "$REMOTE_STORE" --no-require-sigs
+printf "%s" "$OUT_PATHS" | xargs -d: nix copy --to "$REMOTE_STORE" --no-require-sigs