Skip to content

Fix windows build #591

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions tests/units/test_lib.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env ruby

require File.dirname(__FILE__) + '/../test_helper'
require "fileutils"

# tests all the low level git communication
#
Expand Down Expand Up @@ -51,8 +52,13 @@ def test_commit_with_no_verify
move_file(pre_commit_path, pre_commit_path_bak)

# Adds a pre-commit file that should throw an error
create_file(pre_commit_path, 'echo Pre-commit file. Shoud not execute; exit 1') # Error when executed
File.chmod(0111, pre_commit_path)
create_file(pre_commit_path, <<~PRE_COMMIT_SCRIPT)
#!/bin/sh
echo "pre-commit script exits with an error"
exit 1
PRE_COMMIT_SCRIPT

FileUtils.chmod("+x", pre_commit_path)

create_file("#{@wdir}/test_file_2", 'content test_file_2')
@lib.add('test_file_2')
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy