After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 762940 - bashism in tools/run-test-dbus-session.sh causes test-suite failure
bashism in tools/run-test-dbus-session.sh causes test-suite failure
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-03-01 18:48 UTC by Michael Biebl
Modified: 2016-03-11 18:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] tests: fix bashism in run-test-dbus-session.sh (762 bytes, patch)
2016-03-01 18:49 UTC, Michael Biebl
none Details | Review

Description Michael Biebl 2016-03-01 18:48:38 UTC
redirecting the output via "&>/dev/null" is a bashim. It was introduced in fb1da0eab211fc50eb9a39fa24c63f7fdd2d7fc4 and leads to a test-suite failure on Debian/Ubuntu, where /bin/sh is symlinked to /bin/dash.

Attached patch should fix this.
Comment 1 Michael Biebl 2016-03-01 18:49:51 UTC
Created attachment 322791 [details] [review]
[PATCH] tests: fix bashism in run-test-dbus-session.sh