Skip to content

Commit

Permalink
Debian version 4.6.4-2: unit test must use non-empty HOME envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Gildea committed Jan 31, 2023
1 parent acb4277 commit 3dae799
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
xlbiff (4.6.4-2) unstable; urgency=low

* test automation: nmh 1.8-RC2 requires non-empty $HOME (closes: #1029752)

-- Stephen Gildea <stepheng+debian@gildea.com> Mon, 30 Jan 2023 13:17:48 -0800

xlbiff (4.6.4-1) unstable; urgency=low

* Set window type to Notification so it doesn't steal the focus on popup.
Expand Down
2 changes: 1 addition & 1 deletion tests/test-scan-interface.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ create_test_tmpdir
# This wrapper touches a file to let us know when scan runs successfully.
cat > "$test_tmpdir"/scan <<EOF
#! /bin/sh
HOME=
HOME=/nonexistent
echo "\$@" > "$test_tmpdir"/scan.args
"$scan_binary" "\$@" > "$logdir/scan.\$\$.stdout" 2> "$logdir/scan.\$\$.stderr"
status=\$?
Expand Down

0 comments on commit 3dae799

Please sign in to comment.