summaryrefslogtreecommitdiffstats
path: root/tests/expected/misc
diff options
context:
space:
mode:
authorRuediger Meier2014-05-22 09:19:08 +0200
committerRuediger Meier2014-05-22 09:41:24 +0200
commit34c265f01c8b189e7de4e73fb7ecb0e63a004c51 (patch)
treeff0987e52d013187f14e91568883eda290b28f6b /tests/expected/misc
parentbuild-sys: cleanup bash-completion/ (diff)
downloadkernel-qcow2-util-linux-34c265f01c8b189e7de4e73fb7ecb0e63a004c51.tar.gz
kernel-qcow2-util-linux-34c265f01c8b189e7de4e73fb7ecb0e63a004c51.tar.xz
kernel-qcow2-util-linux-34c265f01c8b189e7de4e73fb7ecb0e63a004c51.zip
setarch: flush output streams before exec
This fixes the following (non-deterministic) discrepancy: $ setarch x86_64 -RFZLvXBIST3 --uname-2.6 echo success 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. Switching on UNAME26. success $ setarch x86_64 -RFZLvXBIST3 --uname-2.6 echo success &> /tmp/bla; cat /tmp/bla success Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tests/expected/misc')
-rw-r--r--tests/expected/misc/setarch11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/expected/misc/setarch b/tests/expected/misc/setarch
index 2e9ba477f..54208acf6 100644
--- a/tests/expected/misc/setarch
+++ b/tests/expected/misc/setarch
@@ -1 +1,12 @@
+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.
+Switching on UNAME26.
success