From e2a8c4e58b9ae8807071422ac54702964bbb054c Mon Sep 17 00:00:00 2001 From: Jade Abraham Date: Fri, 30 Aug 2024 08:48:28 -0700 Subject: [PATCH] fix typo Signed-off-by: Jade Abraham --- test/library/standard/Allocators/customAllocator.execopts | 2 +- test/library/standard/Allocators/customAllocatorClass.execopts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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