X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/d9a1088a3c1c6131fbd1bd5ea2a2dc10e2427eb2..fc168c346f74912eee2377a28c583fe63889b1de:/tests/alias.sh diff --git a/tests/alias.sh b/tests/alias.sh index 368fc1e..dc6afa9 100755 --- a/tests/alias.sh +++ b/tests/alias.sh @@ -6,6 +6,7 @@ foo_setup cat >> "$conf" <'\'' --install --from-expression '\''f: f \{ name = "(repo-[0-9]{10}-[0-9a-f]{11})"; channelName = "bar"; src = builtins.storePath "/nix/store/.{32}-\1.tar.xz"; \}'\'' '\''f: f \{ name = "\1"; channelName = "foo"; src = builtins.storePath "/nix/store/.{32}-\1.tar.xz"; \}'\''$' +expected_env_command_RE='^nix-env --profile /nix/var/nix/profiles/per-user/[^/]+/channels --show-trace --file '\'''\'' --install --remove-all -I pinch_tarball_for_(repo-[0-9]{10}-[0-9a-f]{11})=('"$NIX_STORE_DIR"'/.{32}-\1.tar.xz) --from-expression '\''f: f \{ name = "\1"; channelName = "bar"; src = builtins.storePath "\2"; \}'\'' '\''f: f \{ name = "\1"; channelName = "foo"; src = builtins.storePath "\2"; \}'\''$' if echo "$actual_env_command" | egrep "$expected_env_command_RE" > /dev/null;then echo PASS