X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/26125a281f6733d08ffb488668b052ee9c20061a..a2290fb189bee1da5e985d785e044d1681401ff7:/tests/alias.sh?ds=inline diff --git a/tests/alias.sh b/tests/alias.sh index c721340..5083999 100755 --- a/tests/alias.sh +++ b/tests/alias.sh @@ -1,23 +1,10 @@ #!/bin/sh -set -e - -repo_dir="`mktemp -d`" -repo="$repo_dir/repo" -git init "$repo" -( - cd "$repo" - echo Contents > test-file - git add test-file - git commit -m 'Commit message' -) - -conf="`mktemp`" -cat > "$conf" <> "$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"; \}'\''$'