[LTP] [PATCH v1] Remove obsolete LTPROOT usage in math runtest file
Andrea Cervesato
andrea.cervesato@suse.com
Mon Sep 19 16:41:54 CEST 2022
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
runtest/math | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/runtest/math b/runtest/math
index 110c41e73..6915ebe05 100644
--- a/runtest/math
+++ b/runtest/math
@@ -3,11 +3,11 @@ abs01 abs01
atof01 atof01
-float_bessel cd $LTPROOT/testcases/bin; float_bessel -v
-float_exp_log cd $LTPROOT/testcases/bin; float_exp_log -v
-float_iperb cd $LTPROOT/testcases/bin; float_iperb -v
-float_power cd $LTPROOT/testcases/bin; float_power -v
-float_trigo cd $LTPROOT/testcases/bin; float_trigo -v
+float_bessel float_bessel -v
+float_exp_log float_exp_log -v
+float_iperb float_iperb -v
+float_power float_power -v
+float_trigo float_trigo -v
fptest01 fptest01
fptest02 fptest02
--
2.35.3
More information about the ltp
mailing list