Tests: Fix RunCMake.CommandLine test on Solaris 10

Fix the shell script from commit 03e56cd338 (Tests: Add cases covering
`nm` handling for WINDOWS_EXPORT_ALL_SYMBOLS, 2026-07-27) to work on a
Solaris 10 host.
This commit is contained in:
Brad King
2026-08-19 18:14:58 -04:00
parent 80066f9851
commit cb7a738f62
+3 -3
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
set -eu
@@ -87,9 +87,9 @@ process_object()
start_symbol "${object}" first T
;;
*no-symbols.obj)
sleep 0.1
sleep 1
printf '%s: no symbols\n' "${object}" >&2
sleep 0.1
sleep 1
finish_symbol
;;
*second.obj)