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