diff options
Diffstat (limited to 'tests/ts-swapon-devname')
-rwxr-xr-x | tests/ts-swapon-devname | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/ts-swapon-devname b/tests/ts-swapon-devname index f8552a6e..4193fb00 100755 --- a/tests/ts-swapon-devname +++ b/tests/ts-swapon-devname @@ -1,14 +1,14 @@ #!/bin/bash -# +# # Copyright (C) 2007 Karel Zak <kzak@redhat.com> -# +# # This file is part of util-linux-ng. -# +# # This file 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 Foundation; either version 2 of the License. -# +# # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -21,7 +21,7 @@ TS_COMPONENT="swapon" TS_DESC="devname" -ts_init "$1" +ts_init "$*" ts_skip_nonroot set -o pipefail |