mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
refactor: Add spacing around tests
This commit is contained in:
parent
9e56d6ec92
commit
0acc6df742
@ -17,14 +17,17 @@ in
|
||||
''
|
||||
export HOME=$(mktemp -d)
|
||||
set -x
|
||||
|
||||
# regression test for #101137, must come first
|
||||
LANG=fr_FR appimage-run ${sample-appImage} --list ${sample-appImage}
|
||||
|
||||
# regression test for #108426
|
||||
cp ${sample-appImage} foo.appImage
|
||||
LANG=fr_FR appimage-run ${sample-appImage} --list foo.appImage
|
||||
cp ${owdtest} owdtest.AppImage.gz
|
||||
gunzip owdtest.AppImage.gz
|
||||
appimage-run owdtest.AppImage
|
||||
|
||||
set +x
|
||||
touch $out
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user