search for: a9cb5e0

Displaying 1 result from an estimated 1 matches for "a9cb5e0".

2014 May 02
4
[PATCH] tests: simple test for execstack supermin
...--- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -23,6 +23,7 @@ EXTRA_DIST = \ TESTS = \ test-basic.sh \ + test-execstack.sh \ test-build-bash.sh \ test-binaries-exist.sh \ test-harder.sh diff --git a/tests/test-execstack.sh b/tests/test-execstack.sh new file mode 100755 index 0000000..a9cb5e0 --- /dev/null +++ b/tests/test-execstack.sh @@ -0,0 +1,32 @@ +#!/bin/bash - +# supermin +# (C) Copyright 2014 Red Hat Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundati...