diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:42:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:42:50 +0000 |
commit | 8cb83eee5a58b1fad74c34094ce3afb9e430b5a4 (patch) | |
tree | a9b2e7baeca1be40eb734371e3c8b11b02294497 /tests/expected/misc/setarch-options | |
parent | Initial commit. (diff) | |
download | util-linux-upstream.tar.xz util-linux-upstream.zip |
Adding upstream version 2.33.1.upstream/2.33.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/expected/misc/setarch-options')
-rw-r--r-- | tests/expected/misc/setarch-options | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/expected/misc/setarch-options b/tests/expected/misc/setarch-options new file mode 100644 index 0000000..e043585 --- /dev/null +++ b/tests/expected/misc/setarch-options @@ -0,0 +1,23 @@ +###### unknown arch +setarch: qubit: Unrecognized architecture +exit: 1 +###### unknown command +Execute command `/das/gibs/nicht'. +setarch: failed to execute /das/gibs/nicht: No such file or directory +exit: 127 +###### noop uname -a +Execute command `uname'. +uname -a unchanged +###### almost all options +Switching on ADDR_NO_RANDOMIZE. +Switching on FDPIC_FUNCPTRS. +Switching on MMAP_PAGE_ZERO. +Switching on ADDR_COMPAT_LAYOUT. +Switching on READ_IMPLIES_EXEC. +Switching on ADDR_LIMIT_32BIT. +Switching on SHORT_INODE. +Switching on WHOLE_SECONDS. +Switching on STICKY_TIMEOUTS. +Switching on ADDR_LIMIT_3GB. +Execute command `echo'. +success |