#!/bin/bash
# Revert script for tests/security/credential-loading/test-env-loading-behavior.sh
set -euo pipefail

echo "Reverting file: tests/security/credential-loading/test-env-loading-behavior.sh"
cp "/mnt/wsl/docker-desktop-bind-mounts/Ubuntu/9ad08ade1656a61406c6e8c78f16cc38aca1eba9b40e9fbad6aec263a8c30631/.backups/unknown/1763959647_3fad525eea2e9b6675ca15e460792a56/original" "tests/security/credential-loading/test-env-loading-behavior.sh"
echo "✅ File reverted successfully"
