diff options
Diffstat (limited to 'tests/mkdir/selinux')
-rwxr-xr-x | tests/mkdir/selinux | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/mkdir/selinux b/tests/mkdir/selinux index 674b0b353..b0240eb0a 100755 --- a/tests/mkdir/selinux +++ b/tests/mkdir/selinux @@ -16,14 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -if test "$VERBOSE" = yes; then - set -x - mkdir --version - mkfifo --version - mknod --version -fi - . $srcdir/test-lib.sh +test "$VERBOSE" = yes && { mkdir --version; mkfifo --version; mknod --version; } # Note: on an SELinux/enforcing system running mcstransd older than # mcstrans-0.2.8-1.fc9, the following commands may mistakenly exit |