diff --git a/test/library/standard/Allocators/customAllocator.execopts b/test/library/standard/Allocators/customAllocator.execopts index 6a91bb31487c..e25aad656ac1 100755 --- a/test/library/standard/Allocators/customAllocator.execopts +++ b/test/library/standard/Allocators/customAllocator.execopts @@ -1,6 +1,6 @@ #!/usr/bin/env bash -tgt_platform=$($CHPL_HOME/env/printchplenv --value --only CHPL_TARGET_PLATFORM) +tgt_platform=$($CHPL_HOME/util/printchplenv --value --only CHPL_TARGET_PLATFORM) # if linux32, use the linux32 good file if [ "$tgt_platform" == "linux32" ]; then diff --git a/test/library/standard/Allocators/customAllocatorClass.execopts b/test/library/standard/Allocators/customAllocatorClass.execopts index 681d105d8d2e..d7f45d6a6fbb 100755 --- a/test/library/standard/Allocators/customAllocatorClass.execopts +++ b/test/library/standard/Allocators/customAllocatorClass.execopts @@ -1,6 +1,6 @@ #!/usr/bin/env bash -tgt_platform=$($CHPL_HOME/env/printchplenv --value --only CHPL_TARGET_PLATFORM) +tgt_platform=$($CHPL_HOME/util/printchplenv --value --only CHPL_TARGET_PLATFORM) # if linux32, use the linux32 good file if [ "$tgt_platform" == "linux32" ]; then