mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 20:23:39 +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)
|
export HOME=$(mktemp -d)
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# regression test for #101137, must come first
|
# regression test for #101137, must come first
|
||||||
LANG=fr_FR appimage-run ${sample-appImage} --list ${sample-appImage}
|
LANG=fr_FR appimage-run ${sample-appImage} --list ${sample-appImage}
|
||||||
|
|
||||||
# regression test for #108426
|
# regression test for #108426
|
||||||
cp ${sample-appImage} foo.appImage
|
cp ${sample-appImage} foo.appImage
|
||||||
LANG=fr_FR appimage-run ${sample-appImage} --list foo.appImage
|
LANG=fr_FR appimage-run ${sample-appImage} --list foo.appImage
|
||||||
cp ${owdtest} owdtest.AppImage.gz
|
cp ${owdtest} owdtest.AppImage.gz
|
||||||
gunzip owdtest.AppImage.gz
|
gunzip owdtest.AppImage.gz
|
||||||
appimage-run owdtest.AppImage
|
appimage-run owdtest.AppImage
|
||||||
|
|
||||||
set +x
|
set +x
|
||||||
touch $out
|
touch $out
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user