From 8ed9db16a18acccd18166794c7f41b730f1e6acc Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Fri, 27 Sep 2024 10:29:28 +0200 Subject: [PATCH] Correct name of acceptance test file One of the acceptance tests had an incorrect file name. Change the name of the file so it actually runs. --- ...ocate_command.rb => swap_file_files_fallocate_command_spec.rb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename spec/acceptance/{swap_file_files_fallocate_command.rb => swap_file_files_fallocate_command_spec.rb} (100%) diff --git a/spec/acceptance/swap_file_files_fallocate_command.rb b/spec/acceptance/swap_file_files_fallocate_command_spec.rb similarity index 100% rename from spec/acceptance/swap_file_files_fallocate_command.rb rename to spec/acceptance/swap_file_files_fallocate_command_spec.rb