summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.stress
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.stress')
-rw-r--r--testsuite/systemtap.stress/conversions.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.stress/conversions.exp b/testsuite/systemtap.stress/conversions.exp
index 24a0c805..7fcdafff 100644
--- a/testsuite/systemtap.stress/conversions.exp
+++ b/testsuite/systemtap.stress/conversions.exp
@@ -4,7 +4,7 @@ foreach value {0 0xffffffff 0xffffffffffffffff} {
set test "conversions.stp $value"
if {![installtest_p]} { untested $test; continue }
# PR 4121: address 0 is valid on s390x
- if {[istarget s390x-*-*]} { continue }
+ if {[istarget s390x-*-*] && {$value == 0}} { set value 0x7777777777 }
spawn stap -DMAXERRORS=40 $file $value
set errs 0
verbose -log "exp $test $errs"