aports/community/gnome-console/bin-test.patch

19 lines
575 B
Diff

TODO: remove me after usr-bin-merge
---
diff --git a/tests/test-utils.c b/tests/test-utils.c
index 2860353..12e6c6d 100644
--- a/tests/test-utils.c
+++ b/tests/test-utils.c
@@ -91,9 +91,9 @@
SH_WRAPPED ("command xeyes", NULL),
},
{
- (const char *[]) { KGX_BIN_NAME, "--command=/usr/bin/true", NULL },
+ (const char *[]) { KGX_BIN_NAME, "--command=/bin/true", NULL },
PLAIN_KGX,
- (const char *[]) { "/usr/bin/true", NULL },
+ (const char *[]) { "/bin/true", NULL },
},
{
(const char *[]) { KGX_BIN_NAME, "--command=ls *.txt", NULL },