From 32c6c9522de989899d3e2e877dcd756a2c2f3d82 Mon Sep 17 00:00:00 2001 From: mdheller <21163552+mdheller@users.noreply.github.com> Date: Sat, 2 May 2026 19:56:15 -0400 Subject: [PATCH] build(source-os): exercise installed sourceos-office search path in shell smoke --- .../install_sourceos_office_shell_smoke.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/build/office-suite/scripts/install_sourceos_office_shell_smoke.sh b/build/office-suite/scripts/install_sourceos_office_shell_smoke.sh index cb0950a..3fcf75f 100644 --- a/build/office-suite/scripts/install_sourceos_office_shell_smoke.sh +++ b/build/office-suite/scripts/install_sourceos_office_shell_smoke.sh @@ -66,4 +66,22 @@ VERIFY_OUT="$($SOURCEOS_OFFICE_BIN verify)" exit 1 } +FAKEBIN="$TMPDIR/fakebin" +mkdir -p "$FAKEBIN" +cat > "$FAKEBIN/lampstand" <&2 + exit 1 + ;; +esac + echo "office shell installer smoke passed"