From 668a901cbf494901de9a9cbe49fff7dfead04f72 Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 9 Oct 2006 18:16:44 +0000 Subject: Reenable this testsuite. Why was it disabled? --- testsuite/systemtap.syscall/test.exp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testsuite/systemtap.syscall/test.exp b/testsuite/systemtap.syscall/test.exp index 98829cc4..0be44aec 100644 --- a/testsuite/systemtap.syscall/test.exp +++ b/testsuite/systemtap.syscall/test.exp @@ -1,5 +1,3 @@ -return ;# this will need more rework for obj!=src testing - proc test_procedure {} { global subdir if {$subdir != ""} { @@ -43,7 +41,7 @@ foreach filename [lsort [glob *.c]] { } } -if {$tcl_platform(machine) == "x86_64"} { +if {$::tcl_platform(machine) == "x86_64"} { # on x86_64, test 32-bit and 64-bit binaries set flags "additional_flags=-m32" foreach filename [lsort [glob *.c]] { -- cgit