about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-02-06 17:17:40 +0100
committerGitHub <noreply@github.com>2024-02-06 17:17:40 +0100
commited742ab4fc1f432ebe0f0a675762ec37bdbcdec0 (patch)
tree1c3a316e2ce3381bab55bc061a49ba2694cc9d9d /nixos/tests
parenta107d8e982338186eb4d9209b86fc9a6012afb18 (diff)
parent59539b9bc5a4a91e6778505a8901f56c6ad841e1 (diff)
Merge pull request #275621 from Yarny0/tsm-client-update
tsm-client: 8.1.20.0 -> 8.1.21.0
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/tsm-client-gui.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/tsm-client-gui.nix b/nixos/tests/tsm-client-gui.nix
index c9632546db6ef..ca10cddc411fa 100644
--- a/nixos/tests/tsm-client-gui.nix
+++ b/nixos/tests/tsm-client-gui.nix
@@ -31,7 +31,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: {
     machine.execute("DSM_LOG=/tmp dsmj -optfile=/dev/null >&2 &")
 
     # does it report the "TCP/IP connection failure" error code?
-    machine.wait_for_window("IBM Spectrum Protect")
+    machine.wait_for_window("IBM Storage Protect")
     machine.wait_for_text("ANS2610S")
     machine.send_key("esc")