From ac6a548ec819e8df548d3792f0426ae16be54d83 Mon Sep 17 00:00:00 2001 From: Eduard Toloza Date: Tue, 14 May 2019 20:47:01 -0500 Subject: [PATCH] Fix error message when executing a binary. --- src/functions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.rs b/src/functions.rs index a048957..7c2f1bf 100644 --- a/src/functions.rs +++ b/src/functions.rs @@ -354,7 +354,7 @@ pub fn test_package(package: &str, executable: &str) { .args(&[&devtools_nspawn, &chroot_blackarch, executable]) .status() .expect( - "Failed to execute the binary in the chroot environment, check the binary name.", + "Something went wrong while trying to execute the binary in the chroot environment.", ); } else { writeln!(