Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1728376 > unrolled thread

[PATCH 1/2] selftests/memfd: Actually make the test executable.

Started byThomas Meyer <thomas@m3y3r.de>
First post2017-09-07 20:50 +0200
Last post2017-09-07 20:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/2] selftests/memfd: Actually make the test executable. Thomas Meyer <thomas@m3y3r.de> - 2017-09-07 20:50 +0200

#1728376 — [PATCH 1/2] selftests/memfd: Actually make the test executable.

FromThomas Meyer <thomas@m3y3r.de>
Date2017-09-07 20:50 +0200
Subject[PATCH 1/2] selftests/memfd: Actually make the test executable.
Message-ID<una2e-3SJ-33@gated-at.bofh.it>
The current shell script misses the execute flag.

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
---
 tools/testing/selftests/memfd/run_tests.sh | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 tools/testing/selftests/memfd/run_tests.sh

diff --git a/tools/testing/selftests/memfd/run_tests.sh b/tools/testing/selftests/memfd/run_tests.sh
old mode 100644
new mode 100755
-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web