Skip to content

Commit

Permalink
fix name and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 16, 2024
1 parent 1fda345 commit fb706b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/commands/test/ecukes/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# Copyright (C) 2022-2024 the Eask authors.
# Copyright (C) 2024 the Eask authors.

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -17,12 +17,12 @@

## Commentary:
#
# Test command `ert`
# Test command `ecukes`
#

set -e

echo "Test command 'ert'..."
echo "Test command 'ecukes'..."
cd $(dirname "$0")

eask test ecukes
Expand Down

0 comments on commit fb706b7

Please sign in to comment.