From 4a5fa74e6310cb3aec022f6da56a2229ebecfd52 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Tue, 19 Nov 2024 23:43:17 +0000 Subject: [PATCH] tests: enable the homectl tests. --- tests/bats/homectl.bats | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/bats/homectl.bats b/tests/bats/homectl.bats index 32ff3e57..3d506f67 100644 --- a/tests/bats/homectl.bats +++ b/tests/bats/homectl.bats @@ -5,11 +5,6 @@ load common -setup_file() { - aa_setup - skip -} - @test "homectl: Display help" { homectl --no-pager --help }