~ruther/guix-local

c8af8572bf05f86989d6d576b1a73d6167de5125 — Ludovic Courtès 11 years ago 50fe945
tests: Avoid Bash extension in 'tests/guix-lint.sh'.

* tests/guix-lint.sh: Remove redundant and non-portable 'export'.
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/guix-lint.sh
M tests/guix-lint.sh => tests/guix-lint.sh +1 -1
@@ 40,7 40,7 @@ cat > "$module_dir/foo.scm"<<EOF
    (description "dummy package. Only used for testing purposes.")))
EOF

export GUIX_PACKAGE_PATH=$module_dir
GUIX_PACKAGE_PATH="$module_dir"
export GUIX_PACKAGE_PATH

grep_warning ()