From 9db68a403044d9465a3c1f81fe7ba4d05d826c77 Mon Sep 17 00:00:00 2001
From: Peng Yan <peng.yan@windriver.com>
Date: Thu, 24 Apr 2025 17:33:05 +0800
Subject: [PATCH 1/1] Fix the incorrect parameter 0.3.0~pre.2 in
 debian/tests/control

---
 debian/tests/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index 4ec492f..f9fb21d 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,14 +1,14 @@
-Test-Command: /usr/share/cargo/bin/cargo-auto-test xshell-macros 0.3.0~pre.2 --all-targets --all-features
+Test-Command: /usr/share/cargo/bin/cargo-auto-test xshell-macros 0.3.0-pre.2 --all-targets --all-features
 Features: test-name=rust-xshell-macros:@
 Depends: dh-cargo (>= 31), rustc (>= 1.73), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test xshell-macros 0.3.0~pre.2 --all-targets
+Test-Command: /usr/share/cargo/bin/cargo-auto-test xshell-macros 0.3.0-pre.2 --all-targets
 Features: test-name=librust-xshell-macros-dev:default
 Depends: dh-cargo (>= 31), rustc (>= 1.73), @
 Restrictions: allow-stderr, skip-not-installable
 
-Test-Command: /usr/share/cargo/bin/cargo-auto-test xshell-macros 0.3.0~pre.2 --all-targets --no-default-features
+Test-Command: /usr/share/cargo/bin/cargo-auto-test xshell-macros 0.3.0-pre.2 --all-targets --no-default-features
 Features: test-name=librust-xshell-macros-dev:
 Depends: dh-cargo (>= 31), rustc (>= 1.73), @
 Restrictions: allow-stderr, skip-not-installable
-- 
2.17.1

