[DTrace-devel] [PATCH 2/2] Rename tests where same name is used for .d and .sh test

eugene.loh at oracle.com eugene.loh at oracle.com
Fri Jul 2 16:10:49 PDT 2021


From: Eugene Loh <eugene.loh at oracle.com>

When two tests have the same base name but .d and .sh extensions,
the .d test is silently ignored and the .sh test is run in its
place.  Rename either test to avoid such a conflict.

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
 test/unittest/scripting/{tst.sid.d => tst.sid0.d}      | 0
 test/unittest/variables/bvar/{tst.id.sh => tst.id1.sh} | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename test/unittest/scripting/{tst.sid.d => tst.sid0.d} (100%)
 rename test/unittest/variables/bvar/{tst.id.sh => tst.id1.sh} (100%)

diff --git a/test/unittest/scripting/tst.sid.d b/test/unittest/scripting/tst.sid0.d
similarity index 100%
rename from test/unittest/scripting/tst.sid.d
rename to test/unittest/scripting/tst.sid0.d
diff --git a/test/unittest/variables/bvar/tst.id.sh b/test/unittest/variables/bvar/tst.id1.sh
similarity index 100%
rename from test/unittest/variables/bvar/tst.id.sh
rename to test/unittest/variables/bvar/tst.id1.sh
-- 
2.18.4




More information about the DTrace-devel mailing list