tests: Avoid Bash extension in 'tests/guix-lint.sh'.

* tests/guix-lint.sh: Remove redundant and non-portable 'export'.
master
Ludovic Courtès 2014-11-06 18:00:51 +01:00
parent 50fe945c01
commit c8af8572bf
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()