Skip to content

Commit a32ff3a

Browse files
committed
fixed typo
1 parent 8f0bf83 commit a32ff3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/Applications/lib/foldGrammars/Testing.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ sub evaluateTest {
241241

242242
my $status = 'failed';
243243
if (-e "Truth/".$truth) {
244-
# Replace concrete prefix file paths from executed test file with generic ROOTDIR and GAPDIR strings.
244+
# Replace concrete prefix file paths from executed test file with generic ROOTDIR and BGAPDIR strings.
245245
# Thus, recording truth on one system and testing at another should not result in different CMD lines.
246246
# ToDo: Binaries are compiled in an arch dependent subdirectory, e.g. x86_64-linux-gnu, which will surely differ on systems like OSX!
247247
Utils::execute(Settings::getBinary('cat')." $TMPDIR/$truth | ".Settings::getBinary('sed')." \"s#$Settings::rootDir#ROOTDIR#g\" | ".Settings::getBinary('sed')." \"s#$Settings::bgapDir#BGAPDIR#g\" > $TMPDIR/${truth}_noprefix");

0 commit comments

Comments
 (0)